From: Keir Fraser Date: Fri, 14 Nov 2008 14:27:51 +0000 (+0000) Subject: Fix to save CPU affinity for xm save/restore X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~14043^2~29 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=541e42472a3273355e3e5517dcff1a97df859936;p=xen.git Fix to save CPU affinity for xm save/restore Signed-off-by: Masaki Kanno --- diff --git a/tools/python/xen/xend/XendConfig.py b/tools/python/xen/xend/XendConfig.py index eb868e7b29..0773fa5e57 100644 --- a/tools/python/xen/xend/XendConfig.py +++ b/tools/python/xen/xend/XendConfig.py @@ -1032,8 +1032,6 @@ class XendConfig(dict): sxpr.append([name, s]) for xenapi, legacy in XENAPI_CFG_TO_LEGACY_CFG.items(): - if legacy in ('cpus'): # skip this - continue if self.has_key(xenapi) and self[xenapi] not in (None, []): if type(self[xenapi]) == bool: # convert booleans to ints before making an sxp item